• Undocumented

    See more

    Declaration

    Swift

    public enum Value<T> : Codable where T : Decodable, T : Encodable
    extension Value: Equatable where T: Equatable
  • Whether extruded geometries are lit relative to the map or viewport.

    See more

    Declaration

    Swift

    public struct Anchor : RawRepresentable, Codable, Hashable
  • Orientation of circle when map is pitched.

    See more

    Declaration

    Swift

    public struct CirclePitchAlignment : RawRepresentable, Codable, Hashable
  • Controls the scaling behavior of the circle when the map is pitched.

    See more

    Declaration

    Swift

    public struct CirclePitchScale : RawRepresentable, Codable, Hashable
  • Controls the frame of reference for circle-translate.

    See more

    Declaration

    Swift

    public struct CircleTranslateAnchor : RawRepresentable, Codable, Hashable
  • Controls the frame of reference for fill-extrusion-translate.

    See more

    Declaration

    Swift

    public struct FillExtrusionTranslateAnchor : RawRepresentable, Codable, Hashable
  • Controls the frame of reference for fill-translate.

    See more

    Declaration

    Swift

    public struct FillTranslateAnchor : RawRepresentable, Codable, Hashable
  • Direction of light source when map is rotated.

    See more

    Declaration

    Swift

    public struct HillshadeIlluminationAnchor : RawRepresentable, Codable, Hashable
  • Part of the icon placed closest to the anchor.

    See more

    Declaration

    Swift

    public struct IconAnchor : RawRepresentable, Codable, Hashable
  • Orientation of icon when map is pitched.

    See more

    Declaration

    Swift

    public struct IconPitchAlignment : RawRepresentable, Codable, Hashable
  • In combination with symbol-placement, determines the rotation behavior of icons.

    See more

    Declaration

    Swift

    public struct IconRotationAlignment : RawRepresentable, Codable, Hashable
  • Scales the icon to fit around the associated text.

    See more

    Declaration

    Swift

    public struct IconTextFit : RawRepresentable, Codable, Hashable
  • Controls the frame of reference for icon-translate.

    See more

    Declaration

    Swift

    public struct IconTranslateAnchor : RawRepresentable, Codable, Hashable
  • The display of line endings.

    See more

    Declaration

    Swift

    public struct LineCap : RawRepresentable, Codable, Hashable
  • The display of lines when joining.

    See more

    Declaration

    Swift

    public struct LineJoin : RawRepresentable, Codable, Hashable
  • Controls the frame of reference for line-translate.

    See more

    Declaration

    Swift

    public struct LineTranslateAnchor : RawRepresentable, Codable, Hashable
  • The resampling/interpolation method to use for overscaling, also known as texture magnification filter

    See more

    Declaration

    Swift

    public struct RasterResampling : RawRepresentable, Codable, Hashable
  • Undocumented

    See more

    Declaration

    Swift

    public enum ResolvedImage : Codable
    extension ResolvedImage: Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct ResolvedImageData : Codable, Equatable
  • The type of the sky

    See more

    Declaration

    Swift

    public struct SkyType : RawRepresentable, Codable, Hashable
  • Defines rendering behavior of model in respect to other 3D scene objects.

    See more

    Declaration

    Swift

    public struct ModelType : RawRepresentable, Codable, Hashable
  • Represents a color as defined by the Mapbox Style Spec

    See more

    Declaration

    Swift

    public struct StyleColor : Codable, Equatable, RawRepresentable, ExpressibleByStringInterpolation
  • The transition property for a layer. A transition property controls timing for the interpolation between a transitionable style property’s previous value and new value.

    See more

    Declaration

    Swift

    public struct StyleTransition : Codable
  • Label placement relative to its geometry.

    See more

    Declaration

    Swift

    public struct SymbolPlacement : RawRepresentable, Codable, Hashable
  • Determines whether overlapping symbols in the same layer are rendered in the order that they appear in the data source or by their y-position relative to the viewport. To control the order and prioritization of symbols otherwise, use symbol-sort-key.

    See more

    Declaration

    Swift

    public struct SymbolZOrder : RawRepresentable, Codable, Hashable
  • Part of the text placed closest to the anchor.

    See more

    Declaration

    Swift

    public struct TextAnchor : RawRepresentable, Codable, Hashable
  • Text justification options.

    See more

    Declaration

    Swift

    public struct TextJustify : RawRepresentable, Codable, Hashable
  • Orientation of text when map is pitched.

    See more

    Declaration

    Swift

    public struct TextPitchAlignment : RawRepresentable, Codable, Hashable
  • In combination with symbol-placement, determines the rotation behavior of the individual glyphs forming the text.

    See more

    Declaration

    Swift

    public struct TextRotationAlignment : RawRepresentable, Codable, Hashable
  • Specifies how to capitalize text, similar to the CSS text-transform property.

    See more

    Declaration

    Swift

    public struct TextTransform : RawRepresentable, Codable, Hashable
  • Controls the frame of reference for text-translate.

    See more

    Declaration

    Swift

    public struct TextTranslateAnchor : RawRepresentable, Codable, Hashable
  • The property allows control over a symbol’s orientation. Note that the property values act as a hint, so that a symbol whose language doesn’t support the provided orientation will be laid out in its natural orientation. Example: English point symbol will be rendered horizontally even if array value contains single ‘vertical’ enum value. For symbol with point placement, the order of elements in an array define priority order for the placement of an orientation variant. For symbol with line placement, the default text writing mode is either [‘horizontal’, ‘vertical’] or [‘vertical’, ‘horizontal’], the order doesn’t affect the placement.

    See more

    Declaration

    Swift

    public struct TextWritingMode : RawRepresentable, Codable, Hashable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Visibility : String, Codable